Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalArray<T> Class / Set Method
An integer value indicates the index of the specified position.


In This Topic
    Set Method (IntervalArray<T>)
    In This Topic
    Turns on the bit at the specified position.
    Syntax
    'Declaration
     
    
    Public Sub Set( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As IntervalArray(Of T)
    Dim index As Integer
     
    instance.Set(index)
    public void Set( 
       int index
    )

    Parameters

    index
    An integer value indicates the index of the specified position.
    See Also